wxBitmap
Table of Contents

The first creation parameter should define the method of creation.


  • func convert_to_image( atom bitmap )   
  • proc draw_bitmap2( object bitmap, atom dest, atom xsrc, atom ysrc, atom xdest, atom ydest, atom width, atom height, atom logical_func, integer use_mask )   
  • func get_bitmap_size( atom bitmap )   
  • proc set_bitmap_size( atom bm, integer cx, integer cy )   
  • proc set_mask( atom bmp, atom mask )     
     
    Parent Topics:
  • Classes
  • Graphics  
     
    Subtopics:
  • wxMask

    wxBitmap
    Table of Contents

    [func]
    convert_to_image
    ( atom bitmap )

    Category: wxBitmap

    Takes a wxBitmap and returns a wxImage.

    See Also: draw_bitmap2, get_bitmap_size, set_bitmap_size, set_mask


    wxBitmap
    Table of Contents

    [proc]
    draw_bitmap2
    ( object bitmap, atom dest, atom xsrc, atom ysrc, atom xdest, atom ydest, atom width, atom height, atom logical_func, integer use_mask )

    Category: wxBitmap

    See Also: convert_to_image, get_bitmap_size, set_bitmap_size, set_mask


    wxBitmap
    Table of Contents

    [func]
    get_bitmap_size
    ( atom bitmap )

    Category: wxBitmap

    Returns sequence containing the width and height of the bitmap, respectively.

    See Also: convert_to_image, draw_bitmap2, set_bitmap_size, set_mask


    wxBitmap
    Table of Contents

    [proc]
    set_bitmap_size
    ( atom bm, integer cx, integer cy )

    Category: wxBitmap

    See Also: convert_to_image, draw_bitmap2, get_bitmap_size, set_mask


    wxBitmap
    Table of Contents

    [proc]
    set_mask
    ( atom bmp, atom mask )

    Category: wxBitmap

    Sets the specified mask to be the associated wxMask for the specified bmp.

    See Also: convert_to_image, draw_bitmap2, get_bitmap_size, set_bitmap_size